| Samraksh.eMote.NonVolatileMemory Namespace > DataStore Class > Read Method : Read(UInt32,Byte[],UInt32,UInt32,Byte) Method |
'Declaration<ObsoleteAttribute("Deprecated. Use ReadRaw instead.")> Public Overloads Function Read( _ ByVal address As UInteger, _ ByVal data() As Byte, _ ByVal offset As UInteger, _ ByVal numBytes As UInteger, _ ByVal dataType As Byte _ ) As Integer
'UsageDim instance As DataStore Dim address As UInteger Dim data() As Byte Dim offset As UInteger Dim numBytes As UInteger Dim dataType As Byte Dim value As Integer value = instance.Read(address, data, offset, numBytes, dataType)
Target Platforms: eMote .NOW